1bashThis demonstrates configuring an SSH connection using the ~/.ssh/config file to simplify SSH connections with predefined settings.cat ~/.ssh/config #>Host name #> User foo #> Hostname 127.0.0.1 #> Port 8765 ssh nameexternal toolssshSSH configuration